dsh-session-delete:为 DeepSeek Harness Web 增加带确认的会话删除入口

`dsh-session-delete` 是由 StarsTom 维护的 DeepSeek Harness Web 开源插件(v0.1.3,MIT 协议),旨在解决旧会话手动清理繁琐的问题。该插件不替代官方侧边栏,而是在现有会话菜单中增加带二次确认的“删除会话”入口,支持在删除前核对名称并强制勾选确认,以降低误删风险。 它仅支持官方 JSONL 会话持久化后端,且要求在 Node.js 20+ 及 DSH 0.1.0-rc.6 兼容环境下使用。插件具有严格的安全边界:不发起网络请求、不收集或上传数据,服务端 RPC 仅限 loopback 权限。对于非 JSONL 后端或 DOM 结构变更的情

Read More
Use dsh-plugin-session-delete to permanently delete sessions in DeepSeek Harness

`dsh-plugin-session-delete` is a DeepSeek Harness session and message plugin maintained by lsz-asd. It adds a header trash button and a sidebar "Delete Session" menu to the web interface, and deletes session logs, projection caches and workspace bookkeeping after confirming the risk. The running session will be stopped first before deletion, and the `workbench_session_delete` tool is provided. The installation command is `dsh plugin add github:lsz-asd/dsh-plugin-session-delete`, and the current version is 0.3.1. The plugin runs with the permissions of the current dsh process, and the source code and license should be checked before installation.

Read More